home *** CD-ROM | disk | FTP | other *** search
- #
- # Regexp database for logview. This database has the different
- # error messages. It has a tag which is used to link the
- # description of the message with the error. The format is
- #
- # [tag]:[process regex]:[message regex]:[level]
- #
- # where
- #
- # [tag] is a name that links the error message with a
- # description.
- # [process regex] can be wither a regular expression or '-'. '-'
- # means that its the same regular expression as the
- # previous message. The regular expression is used
- # to match who wrote the message.
- # [message regex] The regular expression used to match the error
- # message
- # [level] The importance of the message. Unused for now. Just
- # set to 0.
- #
- # For now the separator is the ':' charcater. Don't use it in your
- # anywhere else for now! Later the delimiter might change to a
- # ctrl char.
- #
-
- # Kernel messages
- #
- mesg1:kernel:tty.*:7
- mesg2:-:^ide.*:6
- mesg3:-:^hd.*:5
- default kernel:-:.*:7
-
- ssh-fwdX11:sshd:.*Connection from.*:7
-
- # pppd messages
- #
-
- local ip:pppd\[\d*:local.* \d*.\d*.\d*.\d*:7
- remote ip:-:remote.* \d*.\d*.\d*.\d*:7
- default pppd:-:.*:7
-
- # syslogd messages
- #
-
- syslogd restart:syslogd:restart:0
-
- # PAM_pwd
- #
-
- su opened:PAM_pwdb\[\d*:^\(su\) session opened for user root*:3
- su closed:-:^\(su\) session closed for user root:3
-
-
- # Messages generated by chat
- #
-
- default chat:chat\[\d*:.*:7
-
-
- #
- # etc ...
-